projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b80d565
)
(pop3-open-server): Bind coding-system-for-read and ...-for-write.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 12 Oct 1998 23:15:16 +0000
(23:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 12 Oct 1998 23:15:16 +0000
(23:15 +0000)
lisp/gnus/pop3.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/pop3.el
b/lisp/gnus/pop3.el
index 27189bf3725ce0dcb643249bfb1717b830a3f6ec..ce1390f02e7ce40ca74ab36bdec9f9f61c324a3d 100644
(file)
--- a/
lisp/gnus/pop3.el
+++ b/
lisp/gnus/pop3.el
@@
-110,8
+110,8
@@
Returns the process associated with the connection."
(let ((process-buffer
(get-buffer-create (format "trace of POP session to %s" mailhost)))
(process)
- (
process-coding-system-alist
-
(cons '("POP" . nil) process-coding-system-alist)
))
+ (
coding-system-for-read 'no-conversion)
+
(coding-system-for-write 'no-conversion
))
(save-excursion
(set-buffer process-buffer)
(erase-buffer))